/*
		Skin Name: Enchanted (responsive)
		Skin Download: http://artphilia.de
		Description: This is a grid based responsive layout.
		Author: Nadia Volkrodt
		Author E-Mail: nadia@artphilia.de
*/


/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Mystery+Quest:400);
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

/* import basic settings, IE-fixes and grids */
@import url(base.css);

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
html, body { 
	height: 100%;
	}            

body { 
	background-color: #231629;
	text-align: justify;
	font-family: 'Droid Sans', Tahoma, sans-serif;
	font-size: 11pt;
	color: #B89192;
	margin: 15px 0;
	padding: 0;
	}

table { 
	text-align: justify;
	}
tr:nth-child(odd) {
	background-color: transparent;
	padding: 6px;
	}
tr:nth-child(even), td:nth-child(even) {
	background-color: transparent;
	padding: 6px;
	}

ul li {
	list-style-type: none;
	}
a, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	color: #785161;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
a:hover {
	color: #785161;
	text-decoration: none;
	background-color: transparent;
	}

h1 {
	color: #af95a3;
	background-color: transparent;
	margin: 0 0 8px 0;
	font-family: 'Mystery Quest', sans-serif;
	font-size: 26pt;
	font-weight: normal;
	}
h2  {
	color: #af95a3;
	font-family: 'Mystery Quest', sans-serif;
	font-size: 22pt;
	font-weight: normal;
	padding: 5px 0;
	}
h3 {
	background-color: transparent;
	font-family: 'Mystery Quest', sans-serif;
	font-size: 18pt;
	text-align: center;
	margin: 0;
	padding: 5px 10px; 
	color: #8a697c;
	font-weight: normal;
	text-transform: normal;
	background-color: #1A111F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
h4, #pagetitle, .sectionheader {
	font-size: 16pt;
	font-family: 'Mystery Quest', sans-serif;
	font-weight: normal;
	padding: 10px 0; 
	color: #8a697c;
}
		
/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

#header {
	padding: 10px;
	border-bottom: 1px dashed #785161;
}

.container {
	background-color: transparent;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.content {
	background-color: transparent;
	text-align: justify;
	font-style: normal;
	}

.sidebar {
	font-style: normal;
	text-align: justify;
	background-color: transparent;
	border-left: 1px dashed #785161;
	padding: 10px;
	}

.footer {
	border-top: 1px dashed #785161;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/


.label, label {
	color: #B89192;
	font-weight: bold;
}

hr {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #faf2db;
	padding: 4px;
	height: 1px;
}

input, textarea, select {
	background-color: #8a697c;
	border: 1px solid #785161;
	font-family: 'Droid Sans', tahoma, sans-serif;
	font-size: 10pt;
	color: #c6afb9;
	margin: 2px;
	padding: 2px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button, .button a {
	margin: 0 auto;
	text-align: center;
	text-transform: none;
	margin: 2px;
	padding: 2px 6px;
	cursor: pointer;
	background-color: #8a697c;
	border: 1px solid #785161;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c6afb9;
}

blockquote {
	margin: 0 auto;
	padding: 15px;
	width: 90%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #1A111F;
}

/*---------------------------------------------------------------------
  Style of story list
------------------------------------------------------------------------*/
.even, .odd, .comment {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
.even:hover, .odd:hover {
	background-color: transparent;
}

/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive, #sortform, .respond {
	text-align: center;
	}
#newsbox {
	background-position: top left;
	background-image: url();
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 20px;
	}
.newscom {
	background-color: transparent;
	font-weight: normal;
  text-align: right;
  font-family: 'Droid Sans',sans-serif;
  font-size: 20px;
	padding: 0;
	margin: 0;
	}
.newssig {
	font-family: calibri,verdana,sans-serif;
	font-style: italic;
	font-size: 9pt;
	}

/*---------------------------------------------------------------------
   Categories
------------------------------------------------------------------------*/	
.category {
	text-align: left;
	width: 75%;
	margin: 0 auto;
	}
.catimg {
	float: left;
	padding: 3px 6px 3px 0;
	}
.cat_description { 
	padding: 5px;
	text-align: left;
	}
	
/*---------------------------------------------------------------------
  Page links
------------------------------------------------------------------------*/
#pagelinks {
	width: 100%;
	text-align: center;
	padding: 1em;
	font-family: 'Mystery Quest', serif;
	font-size: 14pt;
	}
#pagelinks a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
#pagelinks a:hover {
	text-decoration: none;
	background-color: transparent;
	}
a#currentpage {
	color: #8a697c;
	background-color: transparent;
	}
/*---------------------------------------------------------------------
   Misc Styles, used in multiple places throughout the page
------------------------------------------------------------------------*/		
#alphabet { 
	text-align: center; 
	padding: 5px; 
	font-family: 'Droid Sans', 'Trebuchet Ms', Verdana, Tahoma, sans-serif;
	font-size: 20px;
	}
#jumpmenu {
	text-align: right;
	}
#story {
	padding: 50px 10px;
	text-align: justify;
	}
#login {
	margin: 0;
	}
#columncontainer {
	width: 90%;
	text-align: justify;
}
.column, #columncontainer a {
	font-family: 'Droid Sans', 'Trebuchet Ms', Verdana, Tahoma, sans-serif;
	font-size: 18px;
	}
.copyright {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 9pt;
}

/*---------------------------------------------------------------------
  MENU
------------------------------------------------------------------------*/
#menu { 
	width: 100%;
	}
#menu ul {
	background: transparent;
	margin: 10px 0 -10px 0;
	text-align: right;
	}
#menu li {
	display: inline-block;
	padding: 6px 16px;
	margin: 1px;
	background-color: #1A111F;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#menu li:hover {
	background-color: transparent;
}
#menu a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11pt;
	font-style: normal;
	text-align: justify;
	text-transform: none;
	color: #8a697c;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#menu a:hover {
	color: #af95a3;
}

/*---------------------------------------------------------------------
  SITE NAME / SLOGAN
------------------------------------------------------------------------*/
#sitename {
	color: #af95a3;
	font-family: 'Mystery Quest',sans-serif;
	font-size: 32pt;
	text-shadow: 0 0 2px #222;
	padding-top: 20px;
}
#slogan {
	color: #785161;
	font-family: 'Droid Sans',sans-serif;
	font-size: 10pt;
	text-transform: none;
	font-style: italic;
	margin-top: -10px;
	padding-bottom: 20px;
}